Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Drupal 7.61 #5707

Merged
merged 9 commits into from Dec 6, 2018
Merged

Upgrade to Drupal 7.61 #5707

merged 9 commits into from Dec 6, 2018

Conversation

jrdh
Copy link
Member

@jrdh jrdh commented Dec 4, 2018

Everything has been copied over as is except for a few minor changes in the .htaccess file:

  • Change javascript rewrite rule to use correct mine type:
    RewriteRule \.js\.gz$ - [T=application/javascript,E=no-gzip:1]

  • Specific block for favicon errors:

    # Force simple error message for requests for non-existent favicon.ico.
    <Files favicon.ico>
      # There is no end quote below, for compatibility with Apache 1.3.
      ErrorDocument 404 "The requested file favicon.ico was not found.
    </Files>
    
  • Maintain php memory limit setting:
    php_value memory_limit 512M

  • Maintain month long cache:

    # Cache all files for one month after access (A).
    ExpiresDefault A2628000
    

All the patches that could be applied in the /patches folder have been. The ones that failed are moved to the /patches/failed folder.

There are no database updates in this release.

Fixes: #5701

Everything has been copied over as is expect for a few
minor changes in the .htaccess file:

    - Change javascript rewrite rule to use correct mine type:
      RewriteRule \.js\.gz$ - [T=application/javascript,E=no-gzip:1]

    - Specific block for favicon errors:
      # Force simple error message for requests for non-existent favicon.ico.
      <Files favicon.ico>
        # There is no end quote below, for compatibility with Apache 1.3.
        ErrorDocument 404 "The requested file favicon.ico was not found.
      </Files>

    - Maintain php memory limit setting:
      php_value memory_limit          512M

    - Maintain month long cache:
      # Cache all files for one month after access (A).
      ExpiresDefault A2628000
This patch was placed in the core patches folder (patches folder in the
root of the repo) rather than in the modules patches folder. It also
had incomplete paths which have been fixed.
This commit also removes the whitespace that this patch introduces.
…ger needed

Core Drupal has utf8mb4 support as of 7.50 so this patch no longer applies.
And fix the patch itself as it was pointing to a file that had been
moved (possibly? Either that or the patch was created wrong way back
when).
@jrdh jrdh merged commit d679d9b into master Dec 6, 2018
@jrdh jrdh deleted the josh/upgrade761 branch December 6, 2018 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant